home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 February
/
EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso
/
earcd
/
util2
/
mhsutil3.lha
/
Setup.bat
< prev
next >
Wrap
DOS Batch File
|
1995-09-25
|
640b
|
27 lines
Failat 50
Echo " "
Echo "
Setup v1.0
:
Setting up, please wait.
"
Echo " ------------------------------------"
If Exists DF0:setup.tmp
Echo " Removing temporary assign(s)..." NOLINE
Assign >NIL: c: :c REMOVE
Assign >NIL: LIBS: "" REMOVE
Assign >NIL: LIBS: :c REMOVE
Delete >NIL: DF0:setup.tmp
Echo "done!"
Skip ItsOver
Endif
Echo " Making temporary assign(s)..." NOLINE
Assign >NIL: c: :c ADD
Assign >NIL: LIBS: :c ADD
c/InstallLIB powerpacker
Echo "done!"
Echo " "
Echo "
NOTE: Click me again to remove the temporary assigns!!!
"
Echo >DF0:setup.tmp "Y"
LAB ItsOver
Wait 4 SECS
EndCLI
;